home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / flilib.zip / FLISRC.ZIP / JLIB.H < prev    next >
C/C++ Source or Header  |  1990-02-26  |  379b  |  26 lines

  1.  
  2. #ifndef JLIB_H
  3. #define JLIB_H
  4.  
  5. #ifndef AATYPES_H
  6. #include "aatypes.h"
  7. #endif /* AATYPES_H */
  8.  
  9. #ifndef AAI86_H
  10. #include "aai86.h"
  11. #endif /* AAI86_H */
  12.  
  13. #ifndef AAREGS_H
  14. #include "aai86.h"
  15. #endif /* AAREGS_H */
  16.  
  17. #ifndef AADOS_H
  18. #include "aados.h"
  19. #endif /* AADOS_H */
  20.  
  21. #ifndef AASCREEN_H
  22. #include "aascreen.h"
  23. #endif /* AASCREEN_H */
  24.  
  25. #endif /* JLIB_H */
  26.